Gopher Proxy
gopher.someodd.zip:70 gopher.someodd.zip:70/0/misc_tech/netspace-exploration-as-virtual-installation-art.txt
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I have been inspired by these collections like MelonLand Forum and CircumLunar
Space, theyre such a cool way to explore and stumble upon art in a
multimedia/interactive/etc. format in netspace. "Netspace" meaning just places
on the Internet.
* https://forum.melonland.net/index.php?topic=14.0
* http://circumlunar.space/
I was searching for something XMPP related and I came across MelonLand Forum.
pictures here.
## self-hosted
i wrote article on hosting my own server, i try to host all my services and things...
## Some netspace art resources
https://anthology.rhizome.org/
https://sites.rhizome.org/anthology/lialina.html
www.teleportacia.org/
https://youtu.be/6HYLLYkcapw?si=NO0OcHyNxkLqFe8n
manifestos of web revival
https://wiki.melonland.net/manifestos
https://wiby.org
The Wiby search engine is building a web of pages as it was in the earlier days of the internet. In addition, Wiby helps vintage computers to continue browsing the web, as pages indexed are more suitable for their performance.
internet archive
https://melonking.net/melon
"shrines"
https://melonland.net/surf-club
even irc, xmpp (like my server)
## Webrings
...
## Announcing new netring project
all services and protocols curated vote
## Announcing my new static indie web site.../art project
my new art alias/domain...
netspace art
steelbluesilk
how gopher? just ~/steelbluesilk?
https://indie.someodd.zip?
i registered on melonland...
here's how i set up my basic static site...
'''
sudo mkdir /var/www/steelbluesilk.blue
sudo echo 'Hello, world' > /var/www/steelbluesilk.blue/index.html
sudo vi /etc/nginx/sites-available/steelbluesilk.blue.conf
'''
file contents:
'''
server {
listen 8765;
#listen 8888 ssl;
server_name steelbluesilk.blue;
root /var/www/steelbluesilk.blue;
#ssl_certificate /etc/letsencrypt/live/steelbluesilk.blue/fullchain.pem;
#ssl_certificate_key /etc/letsencrypt/live/steelbluesilk.blue/privkey.pem;
location / {
default_type "text/plain";
root /var/www/steelbluesilk.blue;
}
}
'''
Let's add it to sites-enabled and restart the service:
'''
sudo ln -s /etc/nginx/sites-available/steelbluesilk.blue.conf /etc/nginx/sites-enabled/
sudo service nginx restart
'''
... now should be able to access http-only http://steelblue.silk/
let's do the SSL cert:
'''
sudo certbot certonly --webroot-path="/var/www/steelbluesilk.blue" -d 'steelbluesilk.blue'
sudo vi /etc/letsencrypt/renewal/steelbluesilk.blue.conf
'''
Add this post hook, under '[renewalparams]' (not sure if this is required, actually):
'''
post_hook = service nginx restart
'''
Test renewal:
'''
sudo certbot renew --cert-name steelbluesilk.blue --dry-run
'''
Now go back to the nginx config and uncomment the SSL lines, and 'sudo service nginx restart'.
you're on gopher.someodd.zip^70/0/misc_tech/netspace-exploration-as-virtual-installation-art.txt
back link is gopher.someodd.zip:70/1/misc_tech